home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00418.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  1.4 KB  |  48 lines

  1. on exitFrame me
  2.   global lightr, lightg, lightb
  3.   homebackroll()
  4.   exerciseroll()
  5.   finger(2, 2)
  6.   finger(5, 5)
  7.   finger(18, 20)
  8.   unfinger(30, 31)
  9.   finger(32, 34)
  10.   unfinger(35, 98)
  11.   finger(113, 118)
  12.   finger(123, 123)
  13.   finger(185, 187)
  14.   finger(192, 192)
  15.   finger(195, 195)
  16.   finger(198, 198)
  17.   if (lightr = "off") and (lightg = "off") and (lightb = "off") then
  18.     set the memberNum of sprite 31 to 419
  19.   else
  20.     if (lightr = "on") and (lightg = "off") and (lightb = "off") then
  21.       set the memberNum of sprite 31 to 411
  22.     else
  23.       if (lightr = "off") and (lightg = "on") and (lightb = "off") then
  24.         set the memberNum of sprite 31 to 412
  25.       else
  26.         if (lightr = "off") and (lightg = "off") and (lightb = "on") then
  27.           set the memberNum of sprite 31 to 413
  28.         else
  29.           if (lightr = "on") and (lightg = "on") and (lightb = "off") then
  30.             set the memberNum of sprite 31 to 414
  31.           else
  32.             if (lightr = "on") and (lightg = "off") and (lightb = "on") then
  33.               set the memberNum of sprite 31 to 415
  34.             else
  35.               if (lightr = "off") and (lightg = "on") and (lightb = "on") then
  36.                 set the memberNum of sprite 31 to 416
  37.               else
  38.                 set the memberNum of sprite 31 to 417
  39.               end if
  40.             end if
  41.           end if
  42.         end if
  43.       end if
  44.     end if
  45.   end if
  46.   go(the frame)
  47. end
  48.